net/http.wantConnQueue.tail (field)
10 uses
net/http (current package)
transport.go#L1342: tail []*wantConn
transport.go#L1347: return len(q.head) - q.headPos + len(q.tail)
transport.go#L1352: q.tail = append(q.tail, w)
transport.go#L1358: if len(q.tail) == 0 {
transport.go#L1362: q.head, q.headPos, q.tail = q.tail, 0, q.head[:0]
transport.go#L1375: if len(q.tail) > 0 {
transport.go#L1376: return q.tail[0]
transport.go#L1411: for _, w := range q.tail {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |